Eplan Platform API
Eplan.EplApi.HEServices Namespace / Reports Class / Update Method / Update(Page[]) Method
Update the array of pages passed as argument

In This Topic
    Update(Page[]) Method
    In This Topic
    Update the set of Pages
    Syntax
    public void Update( 
       Page[] pagesToUpdate
    )
    public:
    void Update( 
       array<Page^>^ pagesToUpdate
    ) 

    Parameters

    Parameter NameDescription
    pagesToUpdateUpdate the array of pages passed as argument
    See Also